google.golang.org/grpc/credentials.tlsCreds.config (field)

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L101: 	config *tls.Config
		tls.go#L108: 		ServerName:       c.config.ServerName,
		tls.go#L114: 	cfg := credinternal.CloneTLSConfig(c.config)
		tls.go#L169: 	conn := tls.Server(rawConn, c.config)
		tls.go#L200: 	return NewTLS(c.config)
		tls.go#L204: 	c.config.ServerName = serverNameOverride
		tls.go#L234: 	return &tlsCreds{config: config}